home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : Graphics to PDL Aid
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : SYSCON Corp
- -- : 3990 Sherman Street, San Diego CA 92110
- -- : John Reddan
- -- : (619) 296-0085
- -- : Contact: Lt. Colonel Falgiano
- -- : ESD/SCW
- -- : Hanscom AFB, MA 01731
- -- COPYRIGHT : (c) 1985 by Syscon Corp.
- -- DATE CREATED :
- -- DATE RELEASED :
- -- DATE LAST UPDATED :
- -- LOCATION : ASR
- -- ENVIRONMENT : DEC Ada / VMS
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : PROGRAM DESIGN LANGUAGE
- -- CATEGORY LEVEL 2 : Graphics to PDL Aid
- -- CATEGORY LEVEL 3 :
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : PDL
- -- INDEX : Graphics
- -- INDEX : Program Design Language
- -- INDEX : Language, Program Design
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO : WIS_TOOL_20_1
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.PDL>GAD*.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.PDL>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- GAD.CM2 2030 46
- -- GAD.CMM 585 30
- -- GAD.PRO 4760 94
- -- GAD.SRC 1034745 24107
- -- GADABS.DOC 3036 56
- -- GADCDR.MIN 8994 206
- -- GADDESIGN.DOC 269602 4465
- -- GADEXAMPL.GPH 102578 378
- -- GADHELP.HLP 43523 1181
- -- GADSRC.DIS 1615 40
- -- GADTECH.INF 187808 3952
- -- GADUSERS.MAN 185315 4496
- -- =============== ========== ==========
- -- 12 Files 1844591 39051
- --= ABSTRACT ===============================================--
- -- The Graphic Ada Designer is a specialized tool for creating
- -- graphical Object Oriented Design Diagrams (OODDs) for Ada programs and
- -- the Program Design Language (PDL) representations associated with each
- -- OODD. The Graphic Ada Designer is principally targeted towards the
- -- interactive development of these block-like diagrams in support of the
- -- development of Ada software. In particular it is designed to support
- -- a variant of the Ada Graphic Notation developed by SYSCON from the
- -- Object Oriented Design work of Grady Booch and a presentation on
- -- graphical techniques for analysis given by Dr. R. Buhr of Carleton
- -- University (see "Software Engineering with Ada" by Grady Booch, and
- -- "System Design with Ada" by R.J.A. Buhr).
- --
- -- The Graphic Ada Designer requires a bit-mapped graphics
- -- terminal supporting at least a minimal display list capability. The
- -- implementation will use GKS interfaces when possible. Significant
- -- emphasis will be placed on the transportability of the applications
- -- software, with execution efficiency being a secondary consideration
- -- (i.e., when due to its device and system dependent nature).
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 1.0 Syscon Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-